Fix return type of image_background (Bug#13981)
authorKen Brown <kbrown@cornell.edu>
Sun, 17 Mar 2013 14:34:18 +0000 (10:34 -0400)
committerKen Brown <kbrown@cornell.edu>
Sun, 17 Mar 2013 14:34:18 +0000 (10:34 -0400)
commitb87e72635476d0943b3c597a96607c0426805988
treed658b2b06aef4b1d4006b3fc74f991646145f6e1
parent490eda4ca8ea90b3f90bc598cf688930ec7f9bba
Fix return type of image_background (Bug#13981)

* src/dispextern.h (RGB_PIXEL_COLOR): Move here from image.c.  Use it
as return type of image_background.  (Bug#13981)
* src/image.c (RGB_PIXEL_COLOR): Move to dispextern.h.
src/ChangeLog
src/dispextern.h
src/image.c